home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / shell / ViNCEd.readme < prev    next >
Text File  |  1999-03-02  |  16KB  |  341 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  3.66
  5. Type:     util/shell
  6. Requires: Any Amiga, any kickstart version (even 1.2 will do)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.6x releases are the LAST releases that still support Os 1.x
  11. ---------------------------------------------------------------------------
  12.  
  13.                         About ViNCEd
  14. ---------------------------------------------------------------------------
  15. The latest version (3.66) of my full screen shell editor (CON: replacement)
  16. ---------------------------------------------------------------------------
  17.  
  18. Features:
  19. -Extremly flexible
  20. -Comes with prefs program with nice GUI
  21. -User defineable macros and buttons (gadgets) with parameters
  22. -Full screen editor, not line limited
  23. -Compatible to CON: and ConMan
  24. -VT-220 emulation build in
  25. -ANSI (VT-xxx) colors on request
  26. -Freely configurable keyboard
  27. -ASCII prefs, a standard editor is enough to change them by hand.
  28. -Keypad mode on request (numeric keypad for cursor control)
  29. -Supports control sequences of:
  30.         -CON:
  31.         -VT-220
  32.         -DEC
  33.         -XTerm (Unix Shells)
  34.         -SGI winterm
  35.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  36. -TAB expansion, with different TAB requesters as option
  37. -TAB expansion cache
  38. -Colored cursor on request
  39. -Menu, clipboard support build in (no ConClip needed)
  40. -"More than complete" online help plus documentation
  41. -C include files, autodocs for the library included
  42. -Screen title might contain path/fail codes/CLI number & more
  43. -Localizeable (German available, more locales welcome)
  44. -Job control á la unix with Ctrl-Z
  45.         -suspends shell jobs
  46.         -sends shell jobs to forgeground & background
  47.          using tiny shell scripts "fg" and "bg" like unix
  48. -documented library for own applications and editor programming
  49. -iconification support
  50. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  51.  toolbutton images if available. 
  52. -easy installation
  53. -full control by single program (SetVNC)
  54. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  55. -can create private screens on request
  56. -font & monitor selectable by prefs
  57. -icon drop, with modifiers for path/name only
  58. -100% assembly language => fast & short (err, as short as I could do it.)
  59.  
  60. Plus:   It's 100% free! Hey, I must be crazy!
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. -------- history ----- this is not the complete history, read the guide!----
  65.  
  66. Changes made in 3.66:
  67.         Fixed the broken "Insert CSI" and "Insert ESC" sequences.
  68.         Included an italian catalog by Francesco Leoni
  69.         and Francesco Mancuso. Thanks!
  70.         Added the "Restore Window" menu item.
  71.     Added mouse wheel support for serial mice.
  72.  
  73. Changes made in 3.65:
  74.         Included a french version of the catalogs. Thanks Frédéric!
  75.         Included a slovenian catalog, translated by Damir Arh.
  76.     Included a finnish catalog, thanks to Samppa Rönkä.
  77.         Included a patch for version 40.3 of "More" to fix this
  78.         nasty iconification bug.
  79.         Included the "NamedConsoleHandler" to enable ^Z for Os versions
  80.         2.0 and 2.1.
  81.         CrossDos directories are no longer cached because their date
  82.         doesn't get updated as it should.
  83.         Added the "BACK" window path "meta" argument.
  84.         Added emulation of a RAW: handler bug which can be turned off
  85.         with a new CSI sequence.
  86.         Added a special check against deadlocks on ViNCEd startup.
  87.         Fixed the ^Q and ^G keyboard functions for VT-220.
  88.         Fixed the documentation about the "send window borders" sequence.
  89.  
  90. Changes made in 3.64:
  91.         Fixed only a minor glinch in the scroll lock flag and gadgets.
  92.         Except that, no changes need to be done.
  93.         Forgot to include the up-to-date locale sources in the 3.63
  94.         distribution. Sorry for that.
  95.         Included some ancient releases for curiousity.
  96.  
  97.  
  98. Changes made in 3.63:
  99.         Changed the behaivour of ESC in the RAW mode; a plain ASCII ESC is
  100.         now sent, ViNCEd does no longer insert its private control sequence.
  101.         However, complete control sequences are sent in the "english" mode,
  102.         including those for "Toggle ESC", "Insert CSI" and "Insert ESC".
  103.         ViNCEd sends now ESC [ instead of CSI for keyboard sequences if the
  104.         seven bit mode is enabled.
  105.         ViNCEd does no longer insert a line feed into the clipboard if a
  106.         line was word-wrapped at the right border of the window.
  107.         The line feed handling was changed. The old version emulated the
  108.         SGI winterm behaivour, which is just plain wrong. I studied five
  109.         terminal programs how to do this right, got six answers and
  110.         implemented a seventh.
  111.         Added emulation of some VT-xxx illnesses, especially handling of
  112.         zero arguments in a CSI sequence (which I hate to do like this, but
  113.         so what).
  114.         Fixed characters sent with ^C to ^F. These were just wrong. Urgh.
  115.         Fixed the ICONIFIED window path argument which did not work due to
  116.         a former, uhm, bug fix, in one of the betas. Luckey, the code was
  117.         (and still is) tolerant enough not to crash in this situation.
  118.         Fixed some bugs in scrolling borders with the cursor movement
  119.         commands.
  120.         Added a function browser to the second keyboard page of SetVNC.
  121.  
  122. Changes made in 3.62:
  123.         Fixed a bug in the TAB expansion. Thanks, Andreas!
  124.         Changed the Ctrl-C logic a bit, might avoid problems.
  125.         Fixed a bug in SetVNC that might have caused crashes when
  126.         shutting down the guide.
  127.         Added "Save To" and "Load From" gadgets to SetVNC.
  128.  
  129. Changes made in 3.61:
  130.         Added support for Massimo's external toolbutton image class,
  131.         the class itself and its documentation. Thanks, Massimo!
  132.         Added the "PLAIN" window path argument, idea of
  133.         Andreas Mixich.
  134.  
  135. Changes made in 3.60:
  136.     Just too much. 
  137.     Except quite a lot of bug fixes, this release introduces a new
  138.     keyboard parser which allows to bind keyboard functions to
  139.     any key you like. It introduced, too, a new preferences format
  140.     that is based on plain ASCII text. Additonally, a new guide
  141.     is included which contains a FAQ (frequently asked questions)
  142.     and a new and detailed index. That's only the list of the most
  143.     important changes. More has happened.
  144.  
  145. -----------------------------------------------------------------------------
  146. Notes: 
  147.  
  148.         Check the TOP_SECRET or ReadMe.First file in this archive!
  149.     Especially, these SHOULD BE RUN FIRST before you start with
  150.     the installation.
  151.  
  152.         VirusWorkShop seems to have trouble with the overlay file structure
  153.         that is used by the SetVNC program.
  154.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  155.         manager which is really buggy!
  156.  
  157.         To trick VirusWorkshop, the SetVNC program in this archive is
  158.         encoded. Use the "Decode" program from the "Extras" drawer to
  159.         decode manually. The installer script has been updated to do 
  160.         this for you.
  161.  
  162. -----------------------------------------------------------------------------
  163.  
  164. Send ideas, improvements, bugreports (please as concrete as possible) to:
  165.  
  166.  
  167.         Thomas Richter
  168.  
  169.  
  170. EMail:  thor@einstein.math.tu-berlin.de
  171.  
  172. or "Wisit the Web" site:
  173.  
  174. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  175.  
  176. -----------------------------------------------------------------------------
  177.  
  178. January 1999
  179.  
  180.         Thomas
  181.  
  182.  
  183. ============================= Archive contents =============================
  184.  
  185. Original  Packed Ratio    Date     Time    Name
  186. -------- ------- ----- --------- --------  -------------
  187.      628     271 56.8% 19-Dec-98 13:55:00 +Antique.info
  188.      919     510 44.5% 19-Oct-98 00:07:16 +Antique.Readme
  189.      856     376 56.0% 18-Oct-98 23:29:06 +Antique.Readme.info
  190.       92      85  7.6% 18-Oct-98 23:44:24 +MountList
  191.    19608   10589 45.9% 18-Oct-98 23:28:16 +SetVNC
  192.    17648    9807 44.4% 19-Dec-90 17:35:14 +SetVNC_1.3
  193.    21980   14345 34.7% 19-Dec-90 17:36:12 +VNC-Handler
  194.    43328   26752 38.2% 18-Oct-98 23:27:58 +vnc.library
  195.      628     267 57.4% 19-Dec-98 13:55:00 +AREXX.info
  196.      188     179  4.7% 12-Aug-98 20:38:46 +rexxsyslib.pch
  197.      938     467 50.2% 24-Dec-98 00:30:52 +ATO.readme
  198.     2441    1123 53.9% 28-Feb-98 21:37:24 +ATO.ReadMe.First
  199.      856     378 55.8% 19-Dec-98 13:55:00 +ATO.ReadMe.First.info
  200.      856     375 56.1% 19-Dec-98 13:55:00 +ATO.readme.info
  201.      628     268 57.3% 19-Dec-98 13:55:00 +C.info
  202.    53700   28720 46.5% 07-Feb-99 21:44:14 +SetVNC.coded
  203.      628     265 57.8% 19-Dec-98 13:55:00 +DEVS.info
  204.      628     267 57.4% 06-Sep-98 14:43:22 +DOSDrivers.info
  205.      324     227 29.9% 09-Nov-97 15:09:10 +NEWCON
  206.      481     261 45.7% 06-Sep-98 14:43:22 +NEWCON.info
  207.      269     195 27.5% 09-Nov-97 15:07:08 +VNC
  208.      481     263 45.3% 06-Sep-98 14:43:22 +VNC.info
  209.      261     191 26.8% 09-Nov-97 15:07:32 +VNR
  210.      481     263 45.3% 06-Sep-98 14:43:22 +VNR.info
  211.      105      94 10.4% 13-Jan-94 22:49:00 +Mount_NEWCON
  212.      102      88 13.7% 13-Jan-94 22:49:36 +Mount_VNC
  213.     1380     356 74.2% 03-Nov-96 17:28:28 +Disk.info
  214.      628     271 56.8% 19-Dec-98 13:59:30 +Extras.info
  215.     8424    5274 37.3% 27-Sep-98 21:08:12 +CLIcon
  216.      758     317 58.1% 06-Sep-98 14:40:44 +CLIcon.info
  217.       87      79  9.1% 07-Nov-98 13:06:48 +CONSOLE
  218.      481     263 45.3% 07-Nov-98 13:15:38 +CONSOLE.info
  219.      440     380 13.6% 06-Apr-97 00:59:46 +Decode
  220.     4056    2427 40.1% 21-Dec-97 20:34:56 +FastFonts
  221.      568     273 51.9% 06-Sep-98 14:40:44 +FastFonts.info
  222.      628     268 57.3% 06-Sep-98 14:40:44 +Fonts.info
  223.      264      31 88.2% 01-Nov-97 14:05:06 +topaz6.font
  224.     2216    1357 38.7% 01-Nov-97 14:05:44 +8e
  225.      332     309  6.9% 10-Nov-98 23:42:50 +More.pch
  226.      112      96 14.2% 14-Nov-98 20:31:18 +Mount_CONSOLE
  227.      580     424 26.8% 23-Jan-99 18:49:58 +NamedConsoleHandler
  228.      284     251 11.6% 02-Nov-96 20:10:54 +PatchAlloc
  229.     1336     927 30.6% 11-Aug-98 21:53:56 +PatchRAM
  230.     1416     963 31.9% 09-Aug-98 19:05:18 +RunTool
  231.    14688    9310 36.6% 02-Nov-96 23:10:54 +spatch
  232.     9724    5863 39.7% 23-Jan-99 18:47:16 +StringSnip
  233.     2981    1426 52.1% 23-Jan-99 18:47:16 +StringSnip.prefs
  234.    10031    4163 58.4% 23-Jan-99 18:47:16 +StringSnip.readme
  235.     7272    4502 38.0% 27-Sep-98 00:38:02 +titlebar.image
  236.     4276    2017 52.8% 11-Aug-98 21:54:16 +TrueMultiAssigns
  237.      628     269 57.1% 06-Sep-98 14:40:44 +UnixDirs3.info
  238.     3524    2501 29.0% 21-Mar-97 21:53:38 +UnixDirs3
  239.    32747   12181 62.8% 21-Mar-97 21:53:42 +UnixDirs3.guide
  240.      537     283 47.2% 20-Aug-97 20:58:52 +UnixDirs3.guide.info
  241.     1701     783 53.9% 20-Aug-97 20:58:52 +UnixDirs3.info
  242.      809     465 42.5% 21-Mar-97 22:10:22 +UnixDirs3.readme
  243.      628     267 57.4% 19-Dec-98 13:55:00 +Guides.info
  244.    11823    4428 62.5% 27-Sep-98 00:42:48 +titlebar.guide
  245.      468     224 52.1% 11-Sep-98 22:49:50 +titlebar.guide.info
  246.   627933  183956 70.7% 23-Jan-99 18:32:46 +ViNCEd.guide
  247.      523     273 47.8% 11-Aug-98 21:50:54 +ViNCEd.guide.info
  248.      628     273 56.5% 19-Dec-98 13:54:58 +Include.info
  249.    10992    4171 62.0% 27-Sep-98 00:39:14 +titlebar.doc
  250.   116336   26660 77.0% 22-Aug-98 15:23:38 +vnc.doc
  251.     7134    2507 64.8% 22-Aug-98 18:14:22 +Boopsis_Readme
  252.      190     141 25.7% 27-Sep-98 00:44:10 +titlebarimage_protos.h
  253.     6760    1471 78.2% 22-Aug-98 15:08:12 +vnc_protos.h
  254.     8908    2446 72.5% 22-Aug-98 13:41:30 +ReadConsoleWindow.c
  255.     1551     798 48.5% 11-Sep-98 22:53:10 +ReadMe
  256.     8711    2496 71.3% 22-Aug-98 18:04:44 +ReadPrefs.c
  257.     5814    1734 70.1% 11-Sep-98 22:51:36 +TBITest.c
  258.      209     157 24.8% 22-Aug-98 18:11:42 +ReadMe
  259.      127     110 13.3% 27-Sep-98 00:42:16 +titlebarimage_cl.fd
  260.     5754    2071 64.0% 22-Aug-98 14:30:36 +vnc_lib.fd
  261.      450     231 48.6% 27-Sep-98 00:43:52 +titlebar.h
  262.      290     188 35.1% 22-Aug-98 18:13:40 +ReadMe
  263.     2976     842 71.7% 19-Aug-98 21:22:48 +vnc_lib.i
  264.     1671     759 54.5% 22-Aug-98 18:10:18 +ReadMe
  265.    18148    3977 78.0% 22-Aug-98 14:37:12 +vnc_stub.base.lib
  266.    18292    3997 78.1% 22-Aug-98 14:37:14 +vnc_stub.lib
  267.    17616    3767 78.6% 22-Aug-98 14:37:12 +vnc_stub.rr.base.lib
  268.    17744    3792 78.6% 22-Aug-98 14:37:14 +vnc_stub.rr.lib
  269.      120     104 13.3% 27-Sep-98 00:43:36 +titlebarimage_pragmas.h
  270.     8456    1766 79.1% 22-Aug-98 13:48:10 +vnc_pragmas.h
  271.      215     139 35.3% 27-Sep-98 00:43:22 +titlebarimage.h
  272.      223     139 37.6% 22-Aug-98 13:45:28 +vnc.h
  273.     3769    1543 59.0% 11-Sep-98 22:58:38 +ReadME
  274.     9103    3129 65.6% 20-Aug-98 22:09:02 +Dynamics.h
  275.     2997    1035 65.4% 22-Aug-98 14:22:36 +IO.h
  276.     7625    1894 75.1% 22-Aug-98 11:39:16 +Keyboard.h
  277.     3683    1046 71.5% 20-Aug-98 22:19:14 +Macros.h
  278.     6671    1875 71.8% 22-Aug-98 11:51:08 +Owner.h
  279.     1789     526 70.5% 20-Aug-98 22:16:14 +Packets.h
  280.    13455    3888 71.1% 22-Aug-98 14:19:10 +prefs.h
  281.     2843     960 66.2% 22-Aug-98 11:55:26 +Requester.h
  282.     9835    2604 73.5% 22-Aug-98 12:06:32 +VNCBase.h
  283.    34925    8192 76.5% 22-Aug-98 14:23:28 +window.h
  284.      628     269 57.1% 23-Dec-98 13:42:22 +Install.info
  285.      805     477 40.7% 23-Dec-98 13:42:22 +Deutsch.info
  286.      793     469 40.8% 23-Dec-98 13:42:22 +English.info
  287.      803     482 39.9% 23-Dec-98 13:42:22 +Français.info
  288.   130829   38628 70.4% 23-Jan-99 18:34:28 +Install_VNC
  289.      803     480 40.2% 23-Dec-98 13:42:22 +Italiano.info
  290.      804     483 39.9% 23-Dec-98 13:42:22 +Slovensko.info
  291.      628     267 57.4% 19-Dec-98 13:54:58 +LIBS.info
  292.   123304   74751 39.3% 07-Feb-99 14:02:56 +vnc.library
  293.      628     268 57.3% 19-Dec-98 13:54:58 +LOCALE.info
  294.    14116    5327 62.2% 07-Feb-99 21:54:18 +VNC.prefs.catalog
  295.     1832     928 49.3% 26-Dec-98 00:32:30 +VNC.sys.catalog
  296.    57716   18550 67.8% 07-Nov-98 19:06:44 +prefs.construct
  297.    10206    3900 61.7% 16-Jan-99 18:49:04 +sys.construct
  298.    13722    5074 63.0% 07-Nov-98 19:05:46 +VNC.prefs.catalog
  299.     1914     945 50.6% 16-Jan-99 18:49:18 +VNC.sys.catalog
  300.      628     252 59.8% 23-Dec-98 13:33:48 +italiano.info
  301.    57984   18659 67.8% 21-Dec-98 18:25:36 +prefs.construct
  302.     9934    3865 61.0% 23-Jan-99 14:47:40 +sys.construct
  303.    14102    5298 62.4% 23-Dec-98 13:35:22 +VNC.prefs.catalog
  304.     1934     982 49.2% 23-Jan-99 14:47:52 +VNC.sys.catalog
  305.    57457   18748 67.3% 05-Dec-98 22:45:26 +prefs.construct
  306.    10110    3899 61.4% 23-Jan-99 14:46:16 +sys.construct
  307.    13150    5121 61.0% 05-Dec-98 22:45:26 +VNC.prefs.catalog
  308.     1742     915 47.4% 23-Jan-99 14:46:28 +VNC.sys.catalog
  309.    12706    5056 60.2% 19-Dec-98 22:49:48 +VNC.prefs.catalog
  310.     1722     877 49.0% 19-Dec-98 22:49:48 +VNC.sys.catalog
  311.      628     269 57.1% 19-Dec-98 13:54:58 +Localize!.info
  312.     6640    4213 36.5% 13-Jan-98 19:55:48 +CreateCatalog
  313.    58078   18868 67.5% 07-Feb-99 21:54:40 +prefs.construct
  314.     5022    2132 57.5% 03-Oct-98 19:13:04 +ReadMe
  315.    10125    3899 61.4% 26-Dec-98 00:33:10 +sys.construct
  316.      632     317 49.8% 19-Dec-98 13:54:58 +Prefs.info
  317.     6568    2129 67.5% 22-Aug-98 18:47:16 +Default.Prefs
  318.      479     225 53.0% 22-Aug-98 18:44:54 +Default.Prefs.info
  319.     6536    2116 67.6% 22-Aug-98 18:46:30 +My.Prefs
  320.      479     225 53.0% 16-Aug-98 20:42:12 +My.Prefs.info
  321.     6814    2272 66.6% 22-Aug-98 18:49:48 +XTerm.Prefs
  322.      479     225 53.0% 16-Aug-98 20:48:52 +XTerm.Prefs.info
  323.      697     488 29.9% 16-Sep-98 22:39:32 +SetVNC.info
  324.    27770   10591 61.8% 23-Jan-99 18:36:00 +Readme.First!
  325.     1826     892 51.1% 19-Dec-98 13:55:00 +Readme.First!.info
  326.      628     267 57.4% 19-Dec-98 13:54:58 +S.info
  327.       17      17  0.0% 11-Aug-98 21:52:16 +bg
  328.       50      50  0.0% 11-Aug-98 21:52:16 +fg
  329.      383     222 42.0% 11-Aug-98 21:52:16 +fork
  330.      106      87 17.9% 11-Aug-98 21:52:16 +History
  331.      103      96  6.7% 11-Aug-98 21:52:16 +More
  332.      986     372 62.2% 11-Aug-98 21:52:16 +SetFont
  333.      322     179 44.4% 11-Aug-98 21:52:16 +SetKeyboard
  334.      768     349 54.5% 19-Dec-98 13:54:58 +Shell.info
  335.      765     342 55.2% 19-Dec-98 13:54:58 +Shell_VNC.info
  336.    27770   10591 61.8% 23-Jan-99 18:36:08 +Top Secret!
  337.     1826     897 50.8% 19-Dec-98 13:55:00 +Top Secret!.info
  338.     7692    3268 57.5% 23-Jan-99 18:37:24 +ViNCEd.readme
  339. -------- ------- ----- --------- --------
  340.  1994536  715799 64.1% 08-Feb-99 23:30:50   152 files
  341.